Conversation
…d redundant file lookups
…rate the commit message for you.
…and updating documentation paths
…pecific files and update references
There was a problem hiding this comment.
Code Review
This pull request focuses on documentation improvements and a shift towards silent execution for hook scripts. Documentation has been updated across English, Korean, and Simplified Chinese versions, including corrected paths for installation scripts and new guides for MCP configurations. Several hook scripts were modified to remove verbose logging, and the test suite was updated to verify this silent behavior. Feedback was provided regarding the inconsistent use of console.error for hints in suggest-compact.js, which contradicts the new silent execution policy.
…ory structure and update README links
…l documentation files
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request reorganizes the project structure by moving documentation to a dedicated docs/ directory, introducing new commands like /ecc-plan and /ecc-docs, and silencing several background hooks to reduce terminal noise. Feedback focuses on correcting command names in the new TOML files to match their filenames, removing redundant function calls in session-start.js whose return values are now ignored, and addressing a typo in the skills documentation. Additionally, there is a concern regarding the suggest-compact.js hook, which now tracks tool calls silently without ever notifying the user, potentially rendering the feature ineffective.
… and redundant initialization logic
|
/gemini summary |
Summary of ChangesThis pull request implements a comprehensive refactor of the Gemini CLI extension, focusing on command naming consistency, documentation structure, and execution silence. By adopting the Highlights
Ignored Files
Activity
|
Summary of Changes
This pull request implements a comprehensive refactor of the Gemini CLI extension, focusing on command naming consistency, documentation structure, and execution silence. By adopting the
/ecc-prefix for custom commands and organizing documentation into a localized directory structure, the project improves maintainability and user accessibility. Additionally, the removal of verbose logging from hook scripts addresses user feedback regarding terminal noise, ensuring a more seamless interaction model.Highlights
/ecc-prefix (e.g.,/ecc-plan,/ecc-docs) to align with the new naming convention.docs/directory with language-specific subdirectories (en, ko-KR, zh-CN) and added new guides for MCP configurations, skills, and contributing.scripts/directory and removed redundant file-based command definitions.Ignored Files
.gemini/**(2)Activity